github.com/jackc/pgx/v5/pgconn.pipelineState.PushBackRequestType (method)

8 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2333: func (s *pipelineState) PushBackRequestType(req pipelineRequestType) {
		pgconn.go#L2470: 	p.state.PushBackRequestType(pipelinePrepare)
		pgconn.go#L2480: 	p.state.PushBackRequestType(pipelineDeallocate)
		pgconn.go#L2493: 	p.state.PushBackRequestType(pipelineQueryParams)
		pgconn.go#L2505: 	p.state.PushBackRequestType(pipelineQueryPrepared)
		pgconn.go#L2516: 	p.state.PushBackRequestType(pipelineQueryStatement)
		pgconn.go#L2533: 	p.state.PushBackRequestType(pipelineFlushRequest)
		pgconn.go#L2548: 	p.state.PushBackRequestType(pipelineSyncRequest)